Optimize generated Android DEX bytecode
authorPo Lu <luangruo@yahoo.com>
Wed, 10 Apr 2024 14:33:08 +0000 (22:33 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 10 Apr 2024 14:33:08 +0000 (22:33 +0800)
commited88bed3afbc9922f020cf3a8803e08f2811e89b
treed5264a7a60343ca631cee644c1b0c988f56fe175
parentf2f13fa630bd2658ea3f90c4362fe6201d32e67e
Optimize generated Android DEX bytecode

* configure.ac (D8): Attempt to locate the bundle where d8 is
installed, detect whether an installation of `r8' is similarly
present, and use this installation in place of d8 if so.

* java/Makefile.in (ANDROID_MIN_SDK, IS_D8_R8): New
substitutions.
(classes.dex): Provide --min-api, --debug or --release and
--pg-conf to d8 or r8.
configure.ac
java/Makefile.in